PDF4Java Reference Documentation
com.o2sol.pdf4java.pdffunctions Package / PDFExponentialFunction Class / PDFExponentialFunction Constructor / PDFExponentialFunction Constructor(PDFCosDictionary)
The COS function.
In This Topic
    PDFExponentialFunction Constructor(PDFCosDictionary)
    In This Topic
    Initializes a new PDFExponentialFunction object with the specified COS function.
    Syntax
    public PDFExponentialFunction( 
       PDFCosDictionary cosFunction
    )

    Parameters

    cosFunction
    The COS function.
    See Also